projects
/
utf8proc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53d7968
)
make internal function static
author
Steven G. Johnson
<stevenj@alum.mit.edu>
Fri, 27 Apr 2018 12:57:54 +0000
(08:57 -0400)
committer
Steven G. Johnson
<stevenj@alum.mit.edu>
Fri, 27 Apr 2018 12:57:54 +0000
(08:57 -0400)
test/misc.c
patch
|
blob
|
history
diff --git
a/test/misc.c
b/test/misc.c
index 707c1a0032358a8d07364b426b2329b2aa68e12b..a19783ae6692b910079792be70a01d1723734aee 100644
(file)
--- a/
test/misc.c
+++ b/
test/misc.c
@@
-2,7
+2,7
@@
#include "tests.h"
-void issue128(void) /* #128 */
+
static
void issue128(void) /* #128 */
{
utf8proc_uint8_t input[] = {0x72, 0xcc, 0x87, 0xcc, 0xa3, 0x00}; /* "r\u0307\u0323" */
utf8proc_uint8_t nfc[] = {0xe1, 0xb9, 0x9b, 0xcc, 0x87, 0x00}; /* "\u1E5B\u0307" */